home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Internet / SafeClean.dmg / SafeClean.app / Contents / PlugIns / netscape.scplugin < prev    next >
Encoding:
Extensible Markup Language  |  2003-05-27  |  4.3 KB  |  136 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>Program</key>
  6.     <dict>
  7.         <key>Cache</key>
  8.         <dict>
  9.             <key>Commands</key>
  10.             <array>
  11.                 <dict>
  12.                     <key>Command</key>
  13.                     <string>SEARCHDELETE</string>
  14.                     <key>BaseDirectory</key>
  15.                     <string>Library/Mozilla/</string>
  16.                     <key>SearchFile</key>
  17.                     <string>Cache</string>
  18.                 </dict>
  19.             </array>
  20.         </dict>
  21.         <key>History</key>
  22.         <dict>
  23.             <key>Commands</key>
  24.             <array>
  25.                 <dict>
  26.                     <key>Command</key>
  27.                     <string>SEARCHDELETE</string>
  28.                     <key>BaseDirectory</key>
  29.                     <string>Library/Mozilla/</string>
  30.                     <key>SearchFile</key>
  31.                     <string>cookies.txt</string>
  32.                 </dict>
  33.                 <dict>
  34.                     <key>Command</key>
  35.                     <string>SEARCHDELETE</string>
  36.                     <key>BaseDirectory</key>
  37.                     <string>Library/Mozilla/</string>
  38.                     <key>SearchFile</key>
  39.                     <string>cookperm.txt</string>
  40.                 </dict>
  41.                 <dict>
  42.                     <key>Command</key>
  43.                     <string>SEARCHDELETE</string>
  44.                     <key>BaseDirectory</key>
  45.                     <string>Library/Mozilla/</string>
  46.                     <key>SearchFile</key>
  47.                     <string>history.dat</string>
  48.                 </dict>
  49.                 <dict>
  50.                     <key>Command</key>
  51.                     <string>SEARCHDELETE</string>
  52.                     <key>BaseDirectory</key>
  53.                     <string>Library/Mozilla/</string>
  54.                     <key>SearchFile</key>
  55.                     <string>localstore.rdf</string>
  56.                 </dict>
  57.                 <dict>
  58.                     <key>Command</key>
  59.                     <string>SEARCHDELETE</string>
  60.                     <key>BaseDirectory</key>
  61.                     <string>Library/Mozilla/</string>
  62.                     <key>SearchFile</key>
  63.                     <string>downloads.rdf</string>
  64.                 </dict>
  65.  
  66.             </array>
  67.         </dict>
  68.         <key>Bookmarks</key>
  69.         <dict>
  70.             <key>Commands</key>
  71.             <array>
  72.                 <dict>
  73.                     <key>Command</key>
  74.                     <string>SEARCHDELETE</string>
  75.                     <key>BaseDirectory</key>
  76.                     <string>Library/Mozilla/</string>
  77.                     <key>SearchFile</key>
  78.                     <string>bookmarks.html</string>
  79.                 </dict>
  80.             </array>
  81.         </dict>
  82.  
  83.         <key>DeletedMail</key>
  84.                 <dict>
  85.                         <key>Commands</key>
  86.                         <array>
  87.                                 <dict>
  88.                                         <key>Command</key>
  89.                                         <string>SEARCHDELETE</string>
  90.                                         <key>BaseDirectory</key>
  91.                                         <string>Library/Mozilla/Profiles</string>
  92.                                         <key>SearchFile</key>
  93.                                         <string>Trash</string>
  94.                                 </dict>
  95.                                 <dict>
  96.                                         <key>Command</key>
  97.                                         <string>SEARCHDELETE</string>
  98.                                         <key>BaseDirectory</key>
  99.                                         <string>Library/Mozilla/Profiles</string>
  100.                                         <key>SearchFile</key>
  101.                                         <string>Trash.msf</string>
  102.                                 </dict>
  103.                         </array>
  104.                 </dict>
  105.                 <key>SentMail</key>
  106.                 <dict>
  107.                         <key>Commands</key>
  108.                         <array>
  109.                                 <dict>
  110.                                         <key>Command</key>
  111.                                         <string>SEARCHDELETE</string>
  112.                                         <key>BaseDirectory</key>
  113.                                         <string>Library/Mozilla/Profiles</string>
  114.                                         <key>SearchFile</key>
  115.                                         <string>Sent</string>
  116.                                 </dict>
  117.                                 <dict>
  118.                                         <key>Command</key>
  119.                                         <string>SEARCHDELETE</string>
  120.                                         <key>BaseDirectory</key>
  121.                                         <string>Library/Mozilla/Profiles</string>
  122.                                         <key>SearchFile</key>
  123.                                         <string>Sent.msf</string>
  124.                                 </dict>
  125.                         </array>
  126.                 </dict>
  127.         <key>Name</key>
  128.         <string>Netscape</string>
  129.         <key>Description</key>
  130.         <string>Netscape Communications Corporation</string>
  131.         <key>URL</key>
  132.         <string>http://www.netscape.com/</string>
  133.     </dict>
  134. </dict>
  135. </plist>
  136.